home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / Kant Pro source Folder / Kant Pro 1.1 ƒ / Shell ƒ / util.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-11  |  237 b   |  6 lines  |  [TEXT/MMCC]

  1. #define Mymemcpy(a,b,c)            BlockMove(b, a, c);
  2.  
  3. void Mymemset(Ptr output, unsigned char value, unsigned long len);
  4. Boolean Mymemcompare(Ptr thisThing, Ptr thatThing, unsigned long len);
  5. void AppendStr255(Str255 theStr, Str255 appendStr);
  6.